]> code.delx.au - gnu-emacs-elpa/blob - snippets/ruby-mode/control structure/upt
Keep snippet vars definitions in a single format across all snippets and documentation.
[gnu-emacs-elpa] / snippets / ruby-mode / control structure / upt
1 # name: upto(...) { |n| ... }
2 # key: upt
3 # --
4 upto(${n}) { |${i}|
5 $0
6 }